Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump optuna from 3.2.0 to 3.4.0 in /services/python #7

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps optuna from 3.2.0 to 3.4.0.

Release notes

Sourced from optuna's releases.

v3.4.0

This is the release note of v3.4.0.

Highlights

Optuna 3.4 newly supports the following new features. See our release blog for more detailed information.

  • Preferential Optimization (Optuna Dashboard)
  • Optuna Artifact
  • Jupyter Lab Extension
  • VS Code Extension
  • User-defined Distance for Categorical Parameters in TPE
  • Constrained Optimization Support for Visualization Functions
  • User-Defined Plotly’s Figure Support (Optuna Dashboard)
  • 3D Model Viewer Support (Optuna Dashboard)

Breaking Changes

  • Remove deprecated arguments with regard to LightGBM>=4.0 (#4844)
  • Deprecate SkoptSampler (#4913)

New Features

  • Support constraints for intermediate values plot (#4851, thanks @​adjeiv!)
  • Display all objectives on hyperparameter importances plot (#4871)
  • Implement get_all_study_names() (#4898)
  • Support constraints plot_rank (#4899, thanks @​ryota717!)
  • Support Study Artifacts (#4905)
  • Support specifying distance between categorical choices in TPESampler (#4926)
  • Add metric_names getter to study (#4930)
  • Add artifact middleware for exponential backoff retries (#4956)
  • Add GCSArtifactStore (#4967, thanks @​semiexp!)
  • Add BestValueStagnationEvaluator (#4974, thanks @​smygw72!)
  • Allow user-defined objective names in hyperparameter importance plots (#4986)

Enhancements

  • CHG constrained param displayed in #cccccc (#4877, thanks @​louis-she!)
  • Faster implementation of fANOVA (#4897)
  • Support constraint in plot slice (#4906, thanks @​hrntsm!)
  • Add mimetype input (#4910, thanks @​hrntsm!)
  • Show all ticks in _parallel_coordinate.py when log scale (#4911)
  • Speed up multi-objective TPE (#5017)

Bug Fixes

  • Fix numpy indexing bugs and named tuple comparing (#4874, thanks @​ryota717!)
  • Fix fail_stale_trials with race condition (#4886)
  • Fix alias handler (#4887)

... (truncated)

Commits
  • 4ea580f Merge pull request #5031 from not522/bump-to-v3.4.0
  • be38f90 Bump the version up to v3.4.0
  • 0061a42 Merge pull request #5022 from contramundum53/fix-parallel-bruteforce
  • 408583d [doc] Add the workaround for duplicated samples to FAQ (#5006)
  • ffdf22e Show all ticks in _parallel_coordinate.py when log scale (#4911)
  • 9375fec Update optuna/samplers/_brute_force.py
  • 1ea388f Update optuna/samplers/_brute_force.py
  • 3895ff8 Merge pull request #4986 from xadrianzetx/param-importances-metric-names
  • 11b9589 Break nondomination sort with n_below (#5017)
  • c21fe62 Merge pull request #5007 from nabenabe0928/bug/fix-a-minor-bug-in-lightgbm-in...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [optuna](https://github.com/optuna/optuna) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/optuna/optuna/releases)
- [Commits](optuna/optuna@v3.2.0...v3.4.0)

---
updated-dependencies:
- dependency-name: optuna
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2023
Copy link
Author

dependabot bot commented on behalf of github Jan 1, 2024

Superseded by #12.

@dependabot dependabot bot closed this Jan 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/services/python/optuna-3.4.0 branch January 1, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants